add .md extension to readme

This commit is contained in:
RRA 2017-12-10 12:57:58 +01:00
parent 46b963ec00
commit 680ae4c7cd
2 changed files with 6 additions and 52 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
This is the repository for the homebrewserver.club website.
We switched to a pelican driven static website.
Read about the palican workflow [here](pelican_howto.txt)
All the old material for the previous site is in the branch/old-website

View File

@ -1,52 +0,0 @@
Title: This is a template for a post
Date: 2016-5-14
Category: log
Tags: try-out
Slug: the-template-post
Summary: If you write a summary that is the only text that shows up on the main index. Otherwise pelican takes the first few paragraphs.
Description: Write a tweet length description for OG tags that are displayed on social media.
featured_image: https://cdn1.nyt.com/images/2017/02/26/world/26NKOREA3/26NKOREA3-articleLarge.jpg
This is a template you can use with a short description of some of the syntax.
**bold** *italics*
images:
![image description]({filename}images/myimage.png)
urls:
[http://homebrewserver.club/](This is our webpage)
references in text:
hello I need to be referenced[ref] this creates a numbered list at the bottom of the page, not bad no? it can be styles in the [css](http://homebrewserver.club/theme/css/main.css) by addressing the class simple-footnotes[/ref]
headlines
--
smaller headlines?
---
#H1
##H2
###H3
code blocks:
:::console
echo "for general console commands"
python
:::python
a = "python"
print "also for"
for i in a:
print i
line numbers
#!python
print("line1")