Quartocities
  • Home
  • about
  • more
    • gifs
    • shortcodes
    • filters
  • author
  • guestbook

On this page

  • Typography
  • Buttons
  • Table
  • Miscellaneous
    • Panel-tabset
    • Callout Boxes
    • Fun with text
  • Code

Quartocities: Geocities for Quarto

To get started clone schochastics/quartocities and go wild

Typography

h1. heading

h2. heading

h3. heading

h4. heading

h5. heading
h6. heading

Example body text

Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula ut id elit.

Example Addresses

Gary’s Shoes 9764 Jeopardy Lane, Chicago, Illinois

first.last@yahoo.com

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Someone famous in Source Title

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Someone famous in Source Title

Buttons

Table

Syntax Description Test Text
Header Title Here’s this
Paragraph Text And more
Paragraph Text And more

Miscellaneous

Panel-tabset

  • Tab A
  • Tab B
  • Tab C

Content for Tab A

Content for Tab B

Content for Tab C

Callout Boxes

Note

Note that there are five types of callouts, including: note, warning, important, tip, and caution.

Warning

Callouts provide a simple way to attract attention, for example, to this warning.

Important

Danger, callouts will really improve your writing.

Tip With Caption

This is an example of a callout with a caption.

Expand To Learn About Collapse

This is an example of a ‘folded’ caution callout that can be expanded by the user. You can use collapse="true" to collapse it by default or collapse="false" to make a collapsible callout that is expanded by default.

Fun with text

blink blink
Rainbowtext is fun

Code

library(igraph)
g <- sample_gnp(n =100, p = 0.1)
deg <- degree(g)
deg
  [1]  3 16 11  7  9  5  7  8 16  5 16  7  7  9 11  9  8 11 10  8  8  6  4 11  9
 [26] 11 13 16 11 13 11  7  9  8  6  8  4 12 11  8 11  6  6  6  9  9 14  9  8 11
 [51]  9  4 12 14  8 12  9 16 16 10 10  7  4 12 10  9  8 13 11  6  7  8  7 17 16
 [76] 11 11  4  9 13 15  4 10 12 12  5  6  7 13  7  9 10 10 10 11 10 11 10 12 15
powered by quarto