Merge branch 'orator' of git.froth.zone:ren/cybersiderality into orator

This commit is contained in:
ren 2024-02-01 20:34:07 -06:00
commit ed258edf86
3 changed files with 14 additions and 2936 deletions

3
.gitignore vendored
View File

@ -68,3 +68,6 @@ bower_components
# Gemini
gemini/converter
# RawData
posts.json

View File

@ -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

File diff suppressed because one or more lines are too long