Merge branch 'orator' of git.froth.zone:ren/cybersiderality into orator
This commit is contained in:
commit
ed258edf86
3 changed files with 14 additions and 2936 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -68,3 +68,6 @@ bower_components
|
|||
|
||||
# Gemini
|
||||
gemini/converter
|
||||
|
||||
# RawData
|
||||
posts.json
|
||||
|
|
22
README.md
22
README.md
|
@ -1,14 +1,14 @@
|
|||
# Roadmap
|
||||
|
||||
- [ ] For gemini to work properly we need only the title. Date, author are optional
|
||||
- [ ] Make a script that properly formats the write.as blog to .md hugo
|
||||
- [ ] Use the json and/or csv metadata info
|
||||
- [ ] date published
|
||||
- [ ] Extract title from filename (regex parsing)
|
||||
- [ ] We need #tags on body
|
||||
- [ ] Title
|
||||
- [ ] Date of creation
|
||||
- [ ] Autor
|
||||
- [x] For gemini to work properly we need only the title. Date, author are optional
|
||||
- [x] Make a script that properly formats the write.as blog to .md hugo
|
||||
- [x] Use the json and/or csv metadata info
|
||||
- [x] date published
|
||||
- [x] Extract title from filename (regex parsing)
|
||||
- [x] We need #tags on body
|
||||
- [x] Title
|
||||
- [x] Date of creation
|
||||
- [x] Autor
|
||||
- [ ] Transcripciòn de lenguaje y fecha a validos por hugo
|
||||
- [ ] Y al la forma con el YAML establecido que tiene ya
|
||||
- [ ] We just need to append metadata and delete titles if it has
|
||||
- [x] Y a la forma con el YAML establecido que tiene ya
|
||||
- [x] We just need to append metadata and delete titles if it has
|
||||
|
|
2925
posts.json
2925
posts.json
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue