For a basic experience: https://0xtimes.com
For an IPFS experience: https://0xtimes.on-fleek.app
npm install
npm run devTo add pages, in public/html add a .html file with the naming convention
<TIMESTAMP>+<HOST_URL>+<Article-Name-With-Hyphens>.html>
or
1722193351391+filecoin.io+Why-Filecoin-is-Changing-Storage-Ecosystem.html
To add logos, in public/img add a .jpg file with the naming convention
<HOST_URL>.jpg
src/app/page.tswill callsetPages()setPages()will- get all of the
htmlfiles - sort them by reverse chronological order
- set pages in
src/utils/pages.json
- get all of the
page.tswill loop throughpages.jsonto create each pagesrc/app/page.tsxwill getPage[]to display eachCardsrc/components/Card.tsxwill render and style the individual card<HOST_URL>is what linkspublic/htmltopublic/img- for example
public/html/filecoin.io+cool-article.htmlwill have the logo frompublic/img/filecoin.io.jpg
- for example
We're using n8n to automatically transfer all emails to the permanant web
