Skip to content

eth-act/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Blog - Ethereum Applied Research Group

This is the repository for the Ethereum Applied Research Group's blog built with Hugo.

🔍 Prerequisites

  • Hugo (Extended version)

🚀 Installation

  1. Install Hugo Extended version:

  2. Clone the repository:

    git clone git@github.com:eth-applied-research-group/blog.git
    cd blog
  3. Update submodules:

    git submodule update --init --recursive

💻 Local Development

To serve the blog locally:

hugo server -D

The site will be available at http://localhost:1313

Creating a new post

To create a new post, use the Hugo CLI:

hugo new posts/your-post-name.md

This will create a new markdown file in content/posts/ with pre-filled front matter.

Edit the file to add your content. The front matter should include:

---
title: "Your Post Title"
date: YYYY-MM-DD
draft: true
---

Remove draft: true when ready to publish.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors