Desarrollo Colaborativo de Proyectos de Aprendizaje y Enseñanza de Tecnologías en la Nube
Having Different types of posts: Jekyll multiple post types
- work
-- _posts
--- portfolio01.md # The portfolio01.md belongs to the work category.
--- portfolio02.md # /work/portfolio02
- blog
-- _posts
--- blogitem01.md # The blogitem01.md belongs to the blog category.
--- blogitem02.md # /blog/blogitem02
CloudCannon is cloud content management system and hosting provider for Jekyll websites. The way it works is this:
assets
, _layouts
, _includes
, and _sass
directories) are stored in the theme’s gem, hidden from your immediate view. Yet all of the necessary directories will be read and processed during Jekyll’s build process.You can run bundle update <THEME>
, replacing <THEME>
with the theme name, such as minima
, to just update the theme gem:
~/.../sytws1920/apuntes(master)]$ bundle update jekyll-theme-midnight
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Using concurrent-ruby 1.1.5
...
Bundler attempted to update jekyll-theme-midnight but its version stayed the same
Bundle updated!
F1
and write shell
To open a browser in the Repl.it machine:
$ browse --help
xdg-open - opens a file or URL in the user's preferred application
Synopsis
xdg-open { file | URL }
xdg-open { --help | --manual | --version }
Use 'man xdg-open' or 'xdg-open --manual' for additional info.
$ browse https://github.com/cli/cli/releases
%