| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
You can use Devlopr as a starter for building your own Site. we purposely keep the styling minimal and bare to make it easier to add your own flare and markup. (Under Active Development) !
Highly Customizable and No Hosting or Maintainence Cost is required !
devlopr uses Markdown Files to generate data like Blog Posts, Gallery, Shop Products etc. No external database is required.
To get started follow this Tutorial
or if you want to try fast :
$ git clone https://github.com/your_github_username/your_github_username.github.io.git
$ cd your_github_usernameTo work locally with ubuntu, follow this commands.
Install Ruby :
$ sudo apt install ruby-full
$ ruby --version
ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu]
$ gem install jekyll bundler
$ bundle update
$ bundle install
$ bundle exec jekyll -v
jekyll 4.2.2
$ bundle exec jekyll serve --livereloadTo work locally with windows machine, follow this commands. You might need to download and install ruby (with devkit) and git.
$ ruby -v
(ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [universal.x86_64-darwin21])
$ gem install jekyll bundler
$ bundler -v
Bundler version 2.3.23
$ bundle update
$ bundle install
$ bundle exec jekyll -v
jekyll 4.2.2
$ bundle exec jekyll serve --livereloadIf you are running into permission issues running bundler, try the following:
$ sudo rm -rf _site
$ bundle update
$ bundle install
$ bundle exec jekyll serveStart the server locally at http://127.0.0.1:4000/ or http://localhost:4000/
Run the following in your terminal :
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install chruby ruby-install
ruby-install ruby
echo "source $(brew --prefix)/opt/chruby/share/chruby/chruby.sh" >> ~/.zshrc
echo "source $(brew --prefix)/opt/chruby/share/chruby/auto.sh" >> ~/.zshrc
echo "chruby ruby-3.1.2" >> ~/.zshrcIf you’re using Bash, replace .zshrc with .bash_profile.
Quit and relaunch Terminal, then check that everything is working:
$ ruby -v ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-darwin21]
$ gem install jekyll bundler
$ bundler -v
Bundler version 2.3.23
$ bundle update
$ bundle exec jekyll -v
jekyll 4.2.2
$ bundle exec jekyll serve --livereloadWe use codeQL and dependabot alerts for vulnerabality analysis & fixes.
$ bundle auditThis Project has actions to auto deploy jekyll to github pages and firebase. The deployment target can be set by editing the DEPLOY_STRATEGY file. Valid values are:
You can easily manage the site locally using the Jekyll admin : http://localhost:4000/admin
You can check out for all changelogs here
git remote -v
git remote add upstream https://github.com/sujaykundu777/devlopr-jekyll.git
git fetch upstream
git checkout master
git merge upstream/master
git pushBuilding the Image :
docker build -t my-devlopr-jekyll-blog .
Running the container :
docker run -d -p 4000:4000 -it --volume="$PWD:/srv/jekyll" --name "my_blog" my-devlopr-jekyll-blog:latest jekyll serve --watch
You can run the app in development mode : (your changes will be reflected --watch moded)
Serve the site at http://localhost:4000 :
docker-compose -f docker-compose-dev.yml up --build --remove-orphans
You can run the app in production mode : (your changes will be reflected --watch moded)
Serve the site at http://localhost:4000 :
docker-compose -f docker-compose-prod.yml up --build --remove-orphans
Stop the app : docker-compose -f docker-compose-prod.yml down Once everything is good and ready to go live -
docker-compose -f docker-compose-prod.yml up --build --detach
This project exists thanks to all the people who contribute.
Sujay Kundu 🚇 🎨 💻 |
Ryan Martin 🚇 |
Jack Wu 🐛 |
Iga Kovtun 🎨 🐛 |
Carroll Vance 🐛 |
Andrei Tenescu 🎨 💻 |
Raghwendra Dey 🐛 |
Daniele Santini 🐛 |
Chivaszx 💻 |
resynth1943 🚇 💻 |
Blake Drumm 💻 |
Blake Drumm 📖 |
Filippo Barbari 💻 |
Adam Drumm 📖 |
Contributions are more than just welcome. Fork this repo and create a new branch, then submit a pull request
1.Fork it http://github.com/sujaykundu777/devlopr-jekyll/fork
2.Create your feature branch git checkout -b my-new-feature
3.Commit your changes git commit -am 'Add some feature'
4.Push to the branch git push origin my-new-feature
5.Create new Pull Request
Back this project by Donating to our Open Collective or if you like my workBuymeacoffee.
Thanks to all our Backers ! Become a Backer
You can contact me, if you need any help via Email. If you like the project. Don't forget to ⭐ !
The theme is available as open source under the terms of the MIT License. You can do anything you want, including projects for your clients, as long as you mention an attribution back (credit links in footer). See the Licence file
| Back | FazBrowse Home | New Git URL |