diff options
| -rw-r--r-- | Makefile | 18 | ||||
| -rw-r--r-- | posts/anonimato-estatistica.md (renamed from blog/anonimato-estatistica.md) | 0 | ||||
| -rw-r--r-- | posts/centralizacao-lei-felca.md (renamed from blog/centralizacao-lei-felca.md) | 0 | ||||
| -rw-r--r-- | posts/conta-deletada.md (renamed from blog/conta-deletada.md) | 0 | ||||
| -rw-r--r-- | posts/espacos-liminares.md (renamed from blog/espacos-liminares.md) | 0 | ||||
| -rw-r--r-- | posts/first.md (renamed from blog/first.md) | 0 | ||||
| -rw-r--r-- | posts/makefiles.md (renamed from tutoriais/makefiles.md) | 0 | ||||
| -rw-r--r-- | posts/orientacao-a-objetos.md (renamed from tutoriais/orientacao-a-objetos.md) | 0 | ||||
| -rw-r--r-- | posts/problemas-rust.md (renamed from blog/problemas-rust.md) | 0 | ||||
| -rw-r--r-- | posts/rss.md (renamed from blog/rss.md) | 0 | ||||
| -rw-r--r-- | posts/systemd.md (renamed from blog/systemd.md) | 0 | ||||
| -rw-r--r-- | posts/tem-alguma-coisa-errada.md (renamed from blog/tem-alguma-coisa-errada.md) | 0 |
12 files changed, 5 insertions, 13 deletions
@@ -1,19 +1,11 @@ + +POSTS=$(patsubst %.md,%.html,$(wildcard posts/*.md)) + PAGES=index.html\ + about.html\ blog/index.html\ - blog/first.html\ - blog/anonimato-estatistica.html\ - blog/centralizacao-lei-felca.html\ - blog/conta-deletada.html\ - blog/tem-alguma-coisa-errada.html\ - blog/systemd.html\ - blog/rss.html\ - blog/espacos-liminares.html\ - blog/problemas-rust.html\ tutoriais/index.html\ - tutoriais/index.rss\ - tutoriais/makefiles.html\ - tutoriais/orientacao-a-objetos.html\ - about.html + $(POSTS) RSS = blog/index.rss tutoriais/index.rss diff --git a/blog/anonimato-estatistica.md b/posts/anonimato-estatistica.md index 959e682..959e682 100644 --- a/blog/anonimato-estatistica.md +++ b/posts/anonimato-estatistica.md diff --git a/blog/centralizacao-lei-felca.md b/posts/centralizacao-lei-felca.md index 5b8b5fe..5b8b5fe 100644 --- a/blog/centralizacao-lei-felca.md +++ b/posts/centralizacao-lei-felca.md diff --git a/blog/conta-deletada.md b/posts/conta-deletada.md index ab26bbc..ab26bbc 100644 --- a/blog/conta-deletada.md +++ b/posts/conta-deletada.md diff --git a/blog/espacos-liminares.md b/posts/espacos-liminares.md index 2201c94..2201c94 100644 --- a/blog/espacos-liminares.md +++ b/posts/espacos-liminares.md diff --git a/blog/first.md b/posts/first.md index f413172..f413172 100644 --- a/blog/first.md +++ b/posts/first.md diff --git a/tutoriais/makefiles.md b/posts/makefiles.md index 35d8921..35d8921 100644 --- a/tutoriais/makefiles.md +++ b/posts/makefiles.md diff --git a/tutoriais/orientacao-a-objetos.md b/posts/orientacao-a-objetos.md index b5121c0..b5121c0 100644 --- a/tutoriais/orientacao-a-objetos.md +++ b/posts/orientacao-a-objetos.md diff --git a/blog/problemas-rust.md b/posts/problemas-rust.md index 6cec8f7..6cec8f7 100644 --- a/blog/problemas-rust.md +++ b/posts/problemas-rust.md diff --git a/blog/rss.md b/posts/rss.md index 5f9aab7..5f9aab7 100644 --- a/blog/rss.md +++ b/posts/rss.md diff --git a/blog/systemd.md b/posts/systemd.md index c0cfbe6..c0cfbe6 100644 --- a/blog/systemd.md +++ b/posts/systemd.md diff --git a/blog/tem-alguma-coisa-errada.md b/posts/tem-alguma-coisa-errada.md index 8495caf..8495caf 100644 --- a/blog/tem-alguma-coisa-errada.md +++ b/posts/tem-alguma-coisa-errada.md |
