Skip to content

bitdevsLIM/bitdevsLIM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

186 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitDevsLIM

BitDevsLIM is the Lima, Peru chapter of BitDevs, a community for those interested in discussing and learning about Bitcoin and related technologies. The group hosts regular Socratic Seminars and meetups focused on technical topics, open discussion, and fostering local connections among Bitcoin enthusiasts, developers, and researchers.

Simple Zola site for hosting all of the links from meetups past and future.

Development

You'll need Zola to run the site locally. Once it is setup:

Making a Post

To make a new post, make a new file in the content directory with a title of YYYY-MM-DD-title-goes-here.md. At the top of the file you must provide the following information:

+++
title = "<title goes here>"
template = "post.html"
[extra]
meetup_id = "<optional meetup id goes here>"
+++

After that, it's just simple markdown. The site will auto-generate the rest.

Changing Site Data

All site configurations are contained in config.toml.

Attributions

Thanks to BitDevs NYC for the Jekyll site that this site is based on, and to BitDevs LA for creating this Zola BitDevs template and BitDevs BA for the inspiration to create this.

About

BitDevs LIMA

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 54.6%
  • SCSS 45.4%