Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 483 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 483 Bytes

marks.dev

Content for my homepage, marks.dev.

the basic idea

Create a documentation-as-code based website through Docsify for my domain.

More to come later.

development

npm i docsify-cli -g
cd site
docsify serve

This allows local preview and live editing of the site.

credits