diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57510a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_site/ diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..e815837 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,11 @@ + + + + + {{ page.title }} + + + + {{ content }} + + \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..1ec8dbf --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,8 @@ +--- +layout: default +--- + +

{{ page.title }}  <-

+

{{ page.date | date_to_string }} - Shylie

+ +{{ content }} \ No newline at end of file diff --git a/_posts/2024-1-13-test-post-2.md b/_posts/2024-1-13-test-post-2.md new file mode 100644 index 0000000..c4b3e65 --- /dev/null +++ b/_posts/2024-1-13-test-post-2.md @@ -0,0 +1,9 @@ +--- +layout: post +--- + +This is a test post but 2. + +# here is a heading + +Here is a link: [wow]()... \ No newline at end of file diff --git a/_posts/2024-1-13-test-post.md b/_posts/2024-1-13-test-post.md new file mode 100644 index 0000000..3f92f85 --- /dev/null +++ b/_posts/2024-1-13-test-post.md @@ -0,0 +1,9 @@ +--- +layout: post +--- + +This is a test post. + +# here is a heading + +Here is a link: [wow]()... \ No newline at end of file diff --git a/index.html b/index.html index 347ee76..23ffbfa 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,14 @@ - - - - shylie.info - - - -
-

Header Text...

-

Header 2 Text...

-

Lorem ipsum nec feugiat proin dictumst felis odio, netus sollicitudin tempus facilisis faucibus amet, netus venenatis mollis ultrices quisque arcu. Fames molestie purus nibh malesuada in etiam, bibendum auctor mollis donec volutpat felis purus, tellus litora vehicula nullam praesent. Curabitur quisque gravida tincidunt a commodo auctor fames hac massa vel eleifend quisque torquent, aliquam orci arcu aenean hac pellentesque sit amet integer ultricies quam.

-

Eu ullamcorper hendrerit ad convallis sociosqu orci ipsum rhoncus egestas, vehicula litora per risus proin velit aenean amet duis, porttitor sagittis massa aptent nostra tellus mollis magna. Bibendum integer cursus etiam sollicitudin et consectetur ad tellus conubia netus, sodales sapien vehicula rhoncus dictumst egestas pellentesque sem. Magna et vel torquent commodo mauris eget a, molestie ornare taciti turpis litora urna felis, platea posuere donec imperdiet suscipit posuere.

-

Some more text and this time it's got a link and that's pretty cool.

-

Even more text (in a block this time) and wow another link omg.

-
- - +--- +layout: default +title: Posts +--- + +

Latest Posts

+ + \ No newline at end of file diff --git a/resources/style.css b/resources/style.css index 9b3e5b4..1f88f2b 100644 --- a/resources/style.css +++ b/resources/style.css @@ -59,7 +59,7 @@ a { top: -5px; left: -2px; margin-left: 2px; - margin-right: 2px; + margin-right: 6px; position: relative; } @@ -67,10 +67,14 @@ a { top: initial; position: initial; margin-left: initial; - margin-right: 1px; line-height: 1.3em; } +h1 a { + top: -10px; + margin-left: initial; +} + a:hover { background: #FF8; color: #900; diff --git a/test.html b/test.html new file mode 100644 index 0000000..347ee76 --- /dev/null +++ b/test.html @@ -0,0 +1,17 @@ + + + + shylie.info + + + +
+

Header Text...

+

Header 2 Text...

+

Lorem ipsum nec feugiat proin dictumst felis odio, netus sollicitudin tempus facilisis faucibus amet, netus venenatis mollis ultrices quisque arcu. Fames molestie purus nibh malesuada in etiam, bibendum auctor mollis donec volutpat felis purus, tellus litora vehicula nullam praesent. Curabitur quisque gravida tincidunt a commodo auctor fames hac massa vel eleifend quisque torquent, aliquam orci arcu aenean hac pellentesque sit amet integer ultricies quam.

+

Eu ullamcorper hendrerit ad convallis sociosqu orci ipsum rhoncus egestas, vehicula litora per risus proin velit aenean amet duis, porttitor sagittis massa aptent nostra tellus mollis magna. Bibendum integer cursus etiam sollicitudin et consectetur ad tellus conubia netus, sodales sapien vehicula rhoncus dictumst egestas pellentesque sem. Magna et vel torquent commodo mauris eget a, molestie ornare taciti turpis litora urna felis, platea posuere donec imperdiet suscipit posuere.

+

Some more text and this time it's got a link and that's pretty cool.

+

Even more text (in a block this time) and wow another link omg.

+
+ +