Skip to content

This is the source code for https://ethereumdefensealliance.com, an site for a group of advocates for long-term network health.

License

Notifications You must be signed in to change notification settings

etheralpha/ethereumdefensealliance-com

Repository files navigation

ethereumdefensealliance-com

This is the source code for https://ethereumdefensealliance.com, a site for a group of advocates promoting long-term network health.

Table of Contents


Local Development

  1. Clone the repo
  2. Install dependencies: bundle install
    • Ruby may need to be installed first if not already packaged with your OS
  3. Create a feature branch off of the main branch (git checkout -b new-branch-name)
  4. Start the local server: bundle exec jekyll serve
  5. Go to http://localhost:4400/ to view changes

To build the site, use bundle exec jekyll build.

Resources:

Directory Structure

  • root - Contains site pages
  • _data - Contains data files, such as resources
  • _includes - This folder is designated by Jekyll for files that can be "included" into other files
    • components - Contains reusable non-content components, including the html head, nav, and footer
    • partials - Contains sections of page-soecific content
  • _layouts - Contains layout templates used to build pages
  • _plugins - Contains custom Jekyll plugins, which have usage instructions at the top of each file
  • assets - Contains js, css, images, and files

Editing Content

To find the content you want to edit, first visit the markdown page in the root folder. Some content is directly in this file, like with 404.md. Other content like the index (homepage) is pulled in from _includes/partials/index/ for ease of maintenance.

Some sections that use data files include members and delegates. That data can be found in _data/.

About

This is the source code for https://ethereumdefensealliance.com, an site for a group of advocates for long-term network health.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published