eleventy notist example
1.0.0
使用 Notist 的 JSON feed 在您自己的預渲染網站上填入事件清單的範例。
在這裡,我們使用名為 Eleventy 的靜態網站產生器預先渲染站點,並提供它在給定 JSON feed 中找到的內容。
您只需點擊下面的按鈕,然後提供合適的 JSON URL 的 URL(或在探索時將其保留為預設值),即可取得此網站的您自己的版本。
公平的問題。單擊該按鈕後,Netlify 將請求您允許將此儲存庫複製到您自己的 GitHub 帳戶中,然後在連結到該儲存庫的 Netlify 中為您建立一個新網站。
它還會要求在建置時取得 Notist 提要(從 Notist 取得您的提要,否則它將預設為我的提要)
然後,它將為您建置和部署一個新站點,並完成所有配置的託管和持續部署。
整個過程應該不到一分鐘!
該網站是用 Eleventy 建立的,並且有很少的先決條件:
# clone this repository (or do that via the button above)
git clone [email protected]:philhawksworth/eleventy-notist-example.git
# move into the working directory and install dependencies
cd eleventy-notist-example
yarn
# generate and serve the site while watching for changes
yarn start
# build the site
yarn run build