Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m0nica/datalogues-refresh
:bar_chart: Programming blog focused on data with an emphasis on exploration in Python.
https://github.com/m0nica/datalogues-refresh
data jekyll python technical-writing
Last synced: 9 days ago
JSON representation
:bar_chart: Programming blog focused on data with an emphasis on exploration in Python.
- Host: GitHub
- URL: https://github.com/m0nica/datalogues-refresh
- Owner: M0nica
- License: other
- Created: 2017-09-30T14:01:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T21:04:09.000Z (about 7 years ago)
- Last Synced: 2024-11-20T15:07:43.952Z (2 months ago)
- Topics: data, jekyll, python, technical-writing
- Language: Jupyter Notebook
- Homepage: http://www.datalogues.com
- Size: 5.6 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Datalogues
![preview](/assets/images/preview.png)
Programming blog focused on data with an emphasis on exploration in Python.
- View online at: [http://www.datalogues.com](http://www.datalogues.com)
- Please note **all** blog content contained in this repository belongs to Monica Powell.
## To Run
```jekyll serve```
- A development server will run at http://localhost:4000/
- Auto-regeneration: enabled. Use `--no-watch` to disable.# How to Use
This blog uses [https://jekyllrb.com/](Jekyll). For those unfamiliar with how Jekyll works, check out [jekyllrb.com](https://jekyllrb.com/) for all the details,
or read up on just the basics of [front matter](https://jekyllrb.com/docs/frontmatter/), [writing posts](https://jekyllrb.com/docs/posts/),
and [creating pages](https://jekyllrb.com/docs/pages/).- **GitLab**: Simply fork this repository and start editing the `_config.yml` file!
- **GitHub**: Fork this reposity and create a branch named `gh-pages`, then start editing the `_config.yml` file! The `.gitlab-ci.yml` file is only needed for GitLab Pages, so feel free to delete this if you are using GitHub instead.- Developed based off of [https://github.com/andrewbanchich/forty-jekyll-theme](Forty-Jekyll theme)