Hello,
This is the source code for LensTale.com, feel free clone the code and re-use it.
Create the following directory structure and files
- root/project directory
- content
- blog
- my-first-post
- index.md
- my-first-post
- gallery
- image_1.jpg
- image_2.jpg
- blog
- content
blog directory is to feed the markdown content
gallery direcotry is to create the masonry layout.
To run code in develop mode
npm run develop
Create production build
npm run build