Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/portexe/old-portexe-website
PortEXE - Web, apps, and Technology Explained Casually
https://github.com/portexe/old-portexe-website
blog jekyll technology webdevelopment website
Last synced: 4 days ago
JSON representation
PortEXE - Web, apps, and Technology Explained Casually
- Host: GitHub
- URL: https://github.com/portexe/old-portexe-website
- Owner: portexe
- License: other
- Created: 2017-11-17T00:08:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T15:53:19.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T19:08:12.421Z (almost 2 years ago)
- Topics: blog, jekyll, technology, webdevelopment, website
- Language: HTML
- Homepage:
- Size: 1.7 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## To run:
``` bundle exec jekyll serve ```
## To change the social media icons:
Simply go to ```config.yml``` and comment out the username for the platform you want to remove.
## Thumbnails
The main images used to represent blog posts are 760x400
## Notes:
- To update Gems I just delete the gemfile and then run:
```bundle install```
- I need to automate as much as I can. Things that I can automate are:
1. Thumbnail cropping and uploading
- Node script that crops the image and then uploads it to the hosting service.
- AWS for hosting images? Or another service.
2. Adding a post to the repo and then deploying
- Simple Node script that will let me paste in the post, and then it adds the post to the local repo and pushes it to GitHub all in one go.