https://github.com/clydedacruz/affix
https://github.com/clydedacruz/affix
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/clydedacruz/affix
- Owner: clydedacruz
- License: mit
- Created: 2018-05-07T17:44:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T17:57:16.000Z (over 7 years ago)
- Last Synced: 2025-02-09T23:29:11.084Z (8 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This mini project is meant to be a super simple blog or personal site for a single user.
From a readers perspective it is just a bunch of pages , accessible from an index page and a fast search.from the creater's perpective it has a clean markdown editor for creating or editing and deleting content.
technologies stack
bootstrap
go gin-gonic
badger (key val store)
markdown pages# content
- content
- my trip to krypton
- 1.md
- 2.md
- bruce's party
- 1.md
## A page.
Each page is will be stored as a folder containing all the markdown for the page## Index
The index will be automatically generated from the list of folders in the content directoryAPIs
GET affix/topics/{topicid}/sheets/{sheetid}
POST affix/topics
{
title
metadata
sheetPreview []byte
sheets [][]byte
}
POST affix/topics/{topicid}/sheets
POST affix/topics/{topicid}/sheets/{sheetid}
PUT affix/topics/{topicid}/sheets/{sheetid}
PUT affix/topics/{topicid}/sheets