diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-06-28 21:05:01 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-06-28 21:05:01 -0500 |
commit | 067ee4d66d0174be408d4051148f33b9a428ac3b (patch) | |
tree | c9f76456355b49785a08864022fd7c011075267e /data/blog |
first commit
Diffstat (limited to 'data/blog')
-rw-r--r-- | data/blog/FirstPost.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/data/blog/FirstPost.html b/data/blog/FirstPost.html new file mode 100644 index 0000000..75496b2 --- /dev/null +++ b/data/blog/FirstPost.html @@ -0,0 +1,24 @@ + <title>First Post</title> + <meta name="description" content="Blog entry"> +!@# + <section> + <p>- <a href="/blog/FirstPost">First Post</a></p> + </section> +!@# + <h1>First Post</h1> + <section> + <p>This is my first post on the new site! I am very excited to have the new system set up and mostly functional. There is still plenty of work to be done, but this is a great start.</p> + <p>I have moved to Golang for all server side scripting web serving, and it's been a fun language to learn so far. I have had a lot of encouragement from my friend over at <a href="https://www.angel-castaneda.com" target="_blank" rel="noopener noreferrer">www.angel-castaneda.com</a> so go check out his page to see what he is working on.</p> + <p> + The new site structure should be as follows: + <ul> + <li>/ - Home page with featured projects and short about section.</li> + <li>/projects - Page with all posted industrial and automotive design projects.</li> + <ul><li>/projects/name - Project with title "name".</li></ul> + <li>/blog - Page with all blog posts (content that does not fit under "/projects".)</li> + <ul><li>/blog/name - Blog entry with title "name".</li></ul> + <li>/about - About me and this website</li> + </ul> + </p> + <p>I am very excited to start posting again! This site refresh has been long overdue. Feel free to send any errors, typos, or strange behavior to my listed email; there are bound to be some problems at first.</p> + </section> |