Skip to content

pirati-web/admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Piratsky admin jekyll based webu

Je build Netlify CMS ktery si muzes pomoci git submodules pripojit k tvemu webu.

Postup

  • udelej si branch teto repository pojmenovanou, aby bylo jasne, kteremu webu patri (napr. jihocesky)
git branch jihocesky
  • pokud nutne potrebujes nejake extra kolekce nebo jine extra veci, uprav si config.yml
  • uprav si index.html k obrazu svemu (napr. takto)
  • pushni branch
git push origin jihocesky
  • pripoj si branch ke svemu webu:
cd <tam, kde mas vyclonovanou repo s webem>
git submodule add https://github.com/pirati-web/admin admin
# checkout your branch
cd admin
git checkout jihocesky
cd ..
  • pushni zmeny (pripojeny submodul)
git add admin
git commit -m "admin submodule added"
git push origin gh-pages

About

administration of jekyll based web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages