mirror of
https://github.com/apophenia-news/apophenia.news.git
synced 2026-03-17 11:21:01 +00:00
Feat: Full project readme with structure docs
This commit is contained in:
24
readme.md
24
readme.md
@@ -1 +1,25 @@
|
|||||||
## The news outlet for pattern seekers
|
## The news outlet for pattern seekers
|
||||||
|
|
||||||
|
### Structure
|
||||||
|
|
||||||
|
```
|
||||||
|
articles/
|
||||||
|
why-pigeons-watch-you/
|
||||||
|
index.md ← frontmatter + markdown
|
||||||
|
pigeon-wire.webp ← co-located assets
|
||||||
|
templates/
|
||||||
|
article.html ← shared article shell
|
||||||
|
home.html ← index page
|
||||||
|
static/
|
||||||
|
style.css
|
||||||
|
favicon.svg
|
||||||
|
build.js ← markdown → dist pipeline
|
||||||
|
```
|
||||||
|
|
||||||
|
### Usage
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm i
|
||||||
|
npm run build # outputs to dist/
|
||||||
|
npm run dev # vite dev server
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user