Added gallery site section and automatic directory scanning. Fixed some memory errors, removed obsolete logs
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# My first article on this site
|
||||
This is my own site written in pure C with templates in html and some css styles. All articles are stored in markdown format and are processed by server to convert them to html and send to client. Links list on the homepage is also generated dynamically to show all the articles, currntly avaliable on disk.
|
||||
|
||||

|
||||
|
@@ -13,8 +13,8 @@
|
||||
<body>
|
||||
<header>
|
||||
<a href="/" id="logo"><img src="/logo.png" alt="logo" /></a>
|
||||
<a id="modern" href="/modern"
|
||||
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a>
|
||||
<!-- <a id="modern" href="/modern"
|
||||
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
|
||||
</header>
|
||||
<main>
|
||||
<h1 id="header">%s</h1>
|
||||
|
@@ -1 +1 @@
|
||||
1593768639 My_first_article_on_this_site
|
||||
1594048366 My_first_article_on_this_site
|
Reference in New Issue
Block a user