diff options
author | 53hornet <53hornet@gmail.com> | 2018-07-10 23:06:59 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2018-07-10 23:06:59 -0400 |
commit | d1a3eb2f1eb59992823d8edb7f0400d67d2818f5 (patch) | |
tree | 070524d18535c0f10743346c3e319ec278b82a3b /md | |
parent | cd7cb6c9089e9029fd86a8a5b260fe2fa66ce995 (diff) | |
download | md-site-d1a3eb2f1eb59992823d8edb7f0400d67d2818f5.tar.xz md-site-d1a3eb2f1eb59992823d8edb7f0400d67d2818f5.zip |
Updated pandoc, added TOC, added topnav include, split compiles per site
Diffstat (limited to 'md')
-rw-r--r-- | md/53hor.net/db/index.md | 4 | ||||
-rw-r--r-- | md/53hor.net/gallery/index.md | 4 | ||||
-rw-r--r-- | md/53hor.net/include/nav.inc | 5 | ||||
-rw-r--r-- | md/53hor.net/include/styles.css | 32 | ||||
-rw-r--r-- | md/53hor.net/index.md | 44 | ||||
-rw-r--r-- | md/53hor.net/tidbits/index.md | 4 | ||||
-rw-r--r-- | md/atc.53hor.net/index.md | 4 |
7 files changed, 95 insertions, 2 deletions
diff --git a/md/53hor.net/db/index.md b/md/53hor.net/db/index.md index e69de29..a6fd4df 100644 --- a/md/53hor.net/db/index.md +++ b/md/53hor.net/db/index.md @@ -0,0 +1,4 @@ +--- +pagetitle: 53hornet - Database +--- + diff --git a/md/53hor.net/gallery/index.md b/md/53hor.net/gallery/index.md index e69de29..a6fd4df 100644 --- a/md/53hor.net/gallery/index.md +++ b/md/53hor.net/gallery/index.md @@ -0,0 +1,4 @@ +--- +pagetitle: 53hornet - Database +--- + diff --git a/md/53hor.net/include/nav.inc b/md/53hor.net/include/nav.inc index a7fc433..5150512 100644 --- a/md/53hor.net/include/nav.inc +++ b/md/53hor.net/include/nav.inc @@ -1 +1,4 @@ -nav here +<nav id="topnav"> +<p>the topnav test</p> + +</nav> diff --git a/md/53hor.net/include/styles.css b/md/53hor.net/include/styles.css new file mode 100644 index 0000000..3222b01 --- /dev/null +++ b/md/53hor.net/include/styles.css @@ -0,0 +1,32 @@ +#TOC { + position: fixed; +} + +#TOC ul { + list-style-type: none; + margin: 0; + padding: 0; + width: 25%; + position: fixed; + height: 100%; + overflow: auto; +} + +#TOC li a { + display: block; + padding: 1em 1em; + text-decoration: none; +} + +#topnav { + display: inline-block; + +} + +article { + margin-left: 25%; +} + +body { + padding: 0; +} diff --git a/md/53hor.net/index.md b/md/53hor.net/index.md index 353eead..15045e8 100644 --- a/md/53hor.net/index.md +++ b/md/53hor.net/index.md @@ -1 +1,43 @@ -the rest of the page here +--- +pagetitle: 53hornet - Home +--- + +<article> + +# Welcome +In publishing and graphic design, lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. Replacing the actual content with placeholder text allows designers to design the form of the content before the content itself has been produced. + +Introduction + +## Chapter 1 + +dflajdfhjhdflaksdhflkjahsdflkjahsdflkjahdf +In publishing and graphic design, lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. Replacing the actual content with placeholder text allows designers to design the form of the content before the content itself has been produced. + +## Chapter 2 + +dflajdfhjhdflaksdhflkjahsdflkjahsdflkjahdf +In publishing and graphic design, lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. Replacing the actual content with placeholder text allows designers to design the form of the content before the content itself has been produced. + +## Chapter 3 + +dflajdfhjhdflaksdhflkjahsdflkjahsdflkjahdf +In publishing and graphic design, lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. Replacing the actual content with placeholder text allows designers to design the form of the content before the content itself has been produced. + +### Reference + +dflajdfhjhdflaksdhflkjahsdflkjahsdflkjahdf +In publishing and graphic design, lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. Replacing the actual content with placeholder text allows designers to design the form of the content before the content itself has been produced. + +## Chapter 4 + +dflajdfhjhdflaksdhflkjahsdflkjahsdflkjahdf +In publishing and graphic design, lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document without relying on meaningful content. Replacing the actual content with placeholder text allows designers to design the form of the content before the content itself has been produced. + +## Closing Remarks + +dflajdfhjhdflaksdhflkjahsdflkjahsdflkjahdf + +### Contact + +</article> diff --git a/md/53hor.net/tidbits/index.md b/md/53hor.net/tidbits/index.md index e69de29..a6fd4df 100644 --- a/md/53hor.net/tidbits/index.md +++ b/md/53hor.net/tidbits/index.md @@ -0,0 +1,4 @@ +--- +pagetitle: 53hornet - Database +--- + diff --git a/md/atc.53hor.net/index.md b/md/atc.53hor.net/index.md new file mode 100644 index 0000000..a6fd4df --- /dev/null +++ b/md/atc.53hor.net/index.md @@ -0,0 +1,4 @@ +--- +pagetitle: 53hornet - Database +--- + |