Esse site foi baseado no tamplate do Yizeng
Para editar esse site siga as instrunções
Abra um terminal e instale o ruby e suas dependencias
sudo apt-get install ruby-full build-essential zlib1g-dev
Configure o Ruby para seu user
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc source ~/.bashrc
Instale o Jekyll
gem install jekyll bundler
Para outros sistemas operacionais visite o Site do jekyll
Clone o repositorio do site na sua pasta de preferencia no seu computador:
git clone https://github.com/portalsemporteiras/portalsemporteiras.github.io.git
Para instalar as dependencias do site faça
bundle install
Rode o jekyll
bundle exec jekyll serve
Entre no site hospedado localmente, em um navegador entre no endereço:
Na pasta que você clonou o site deve haver uma pasta chamada portalsemporteiras.github.io
essa pasta contem todos os arquivos do nosso site.
Utilize seu gerenciador de codigo favorito para editar os arquivos do site, ou simplesmente edite eles em seu editor tipo gedit ou bloco de notas.
A pagina inicial está em html e deve ser editada no arquivo que está no endereço _layouts/home.html
As configurações de estilo estão na pasta assets/stylesheets
, se precisar editar o estilo de uma página específica, é só modificar/adicionar um arquivo desta pasta.
O estilo do template que usamos está na na pasta _sass
, se quiser modificar algo que reflita em todo o site, é aí que precisa mexer.
As páginas estáticas da secção saiba mais está na saibamais/
e devem ser editadas no estilo markdown
Para contribuir com esse site e/ou reportar bugs acesse issues
JavaScript
Fonts
The theme is available as open source under the terms of the MIT License.
MIT License
Copyright (c) 2017 Yi Zeng
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.