Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benruns/wsealug.github.io
https://github.com/benruns/wsealug.github.io
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/benruns/wsealug.github.io
- Owner: BenRuns
- Created: 2017-08-17T19:12:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T19:52:08.000Z (over 7 years ago)
- Last Synced: 2024-12-01T13:48:04.309Z (2 months ago)
- Language: HTML
- Size: 426 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WSEALUG's homepage
## Development
The site uses jekyll, a static site generator. Learn more
about [jekyll here.](http://jekyllrb.com/)### Prerequisites
1. Ruby 2.3
- Check your system by typing in `ruby -v`
- you may have to install [rvm](http://rvm.io) to get it running
2. bundler `gem install bundler`### Quick set up
$ git clone [email protected]:wsealug/wsealug.github.io.git
$ cd wsealug.github.io
$ bundle install
$ bundle exec jekyll serveNow browse to http://localhost:4000
### Contributing
1. Fork the repo
2. Make your changes
3. Make a pull request### Adding a blog entry
- create a new file in the `_posts` directory using the format YYYY-MM-DD-title.md (see other files in directory for examples of the header)
- Write the entry in [markdown](https://daringfireball.net/projects/markdown/syntax)
- If you're developing using `jekyll serve`, your post should be available locally immediately. If using gh-pages, it should be live once the changes are pushed to gh-pages branch on github### Development Resources
- [jekyll](http://jekyllrb.com/)
- [markdown](https://daringfireball.net/projects/markdown/syntax)
- [liquid templating](https://shopify.github.io/liquid/)
- [bootstrap](https://getbootstrap.com/docs/4.0/getting-started/introduction/)### WSEALUG Resoutces
- [github](https://github.com/wsealug)
- [meetup](https://www.meetup.com/)
- [twitter](https://twitter.com/WSeaLUG)
- [email]([email protected])
- [slack signup](https://wsealug-slack-signup.herokuapp.com/)### TODO
- Move social media links under logo
- Finish Pages
- News
- Events
- Past Presentations
- About
- Make the mascot svg
- adjust styling and get opinion on design
- discuss content(adding/removing/copy fixes) with other members
- sneak in a seaslug on the site### LATER
- Linux Resources page
- Bio for organizers