Customizing your theme
After download a theme, you saw that this theme does not fit your necessities.
Changes:
- Change home page, for see post and projects views with some latest pages. -> Done
- increase the with of the single pages like post and portafolio -> Done
- Change the background of the header/sidibar -> Done
- Put each project in one directory -> Done
- Change the web page name in the tab information -> Done
- Put icon on the site information tab
- put some icons in about seccion like old personal’s web
- add attachment as shortcodes
- change screen light for day and nith
- add tags in post and portfolio
- reduce the sidebar width -> Done
- add table of contect to post template –hint: it should be added as partial
- make the text of context keep inside their width
- customize portfolio template basic: only change the hover of image and description and the imagen of the single page.
- customize portfolio template medium: add sub posts and add table of content…..
- Support for latex, mermaid, etc
- add word count for each post
- add tags for single post template
Change home page, for see post and projects views with some latest pages.
First we need to analyze the structure of home page in the /theme/layouts/index.html and check what is happeing.
After realize, you need to do some changes on /theme/layouts/index.html for accept 2 regular pages.
After realize, you need to do some changes on config.toml for admit post and portafolio.