How to edit a wiki page

Created by Victor Stepanov on 07/12/20 | 1 revision |    



Make sure you have followed the instructions here on setting up your development environment




Steps to editing a page




1) Find the page

In your web browser navigate to the page you want to make edits to.

Example: http://techartorg.github.io/python3/python3-snippets/latest_installed_program

At the top right of the page you will find a Edit on GitHub link.

Click that link!

This link will take you to the GitHub page for the corresponding Markdown file.

Example: https://github.com/techartorg/techartorg.github.io/edit/master/content/pages/python3/python3-snippets/latest_installed_program.md

At the top of the page you will see the full path to the file you want to edit.

Example: content/pages/python3/python3-snippets/latest_installed_program.md




2) Make the edits

  • Open the file in your favorite Text Editor
  • Make the changes you wanted
  • Test your changes by running the local server
    • Run server
      • on macOS/Linux run: make devserver
      • om Windows run: start peldev.bat && start pelserv.bat
    • Go to http://localhost:8000/



3) Create a Pull Request