[Debbits-commit] [SCM] Git repository for debbits branch, master, updated. cdce80c4d4e78b20e0b0ac903ef3a5dc6b323fe0

Ana Beatriz Guerrero ?==?UTF-8?Q?López ana at ekaia.org
Fri Mar 22 22:46:33 UTC 2013


The following commit has been merged in the master branch:
commit cdce80c4d4e78b20e0b0ac903ef3a5dc6b323fe0
Author: Ana Beatriz Guerrero López <ana at ekaia.org>
Date:   Fri Mar 22 23:41:22 2013 +0100

    add content and output directories

diff --git a/README b/README
index f60847b..bfbcc69 100644
--- a/README
+++ b/README
@@ -7,3 +7,7 @@ Contents
 pelicanconf.py  configuration file for pelican
 publishconf.py  publishing configuration file for pelican
 theme-bits/     contains the blog's theme and the templates used.
+content/        contains the source for the contents
+content/pages/  contains the static pages
+content/2013/   contains the blog posts for 2013
+output/         should be always empty, it is for generate the blog locally
diff --git a/content/2013/welcome.md b/content/2013/welcome.md
new file mode 100644
index 0000000..ec6bd0a
--- /dev/null
+++ b/content/2013/welcome.md
@@ -0,0 +1,9 @@
+Title: Welcome to the Debian Blog!
+Date: 2013-03-17 15:00
+Tags: announce
+Slug: welcome-post
+Author: Ana Guerrero
+
+Welcome to the Debian Blog!
+
+TODO: presentation about the blog goals and objetives...
diff --git a/content/pages/about.md b/content/pages/about.md
new file mode 100644
index 0000000..8f64d78
--- /dev/null
+++ b/content/pages/about.md
@@ -0,0 +1,15 @@
+Title: About
+Slug: about
+
+This is an official [Debian][debian] blog.
+
+TODO
+
+## Technical details
+
+ * This blog is powered by [Pelican][pelican].
+ * You can find the code and themes running this blog at XXXX
+
+
+[pelican]: http://pelican.readthedocs.org/en/latest/ "Find out about Pelican"
+[debian]: http://www.debian.org "Debian - The Universal Operating System"
diff --git a/output/.gitkeep b/output/.gitkeep
new file mode 100644
index 0000000..e69de29

-- 
Git repository for debbits



More information about the Debbits-commit mailing list