Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ziglang/www.ziglang.org
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ziglang/www.ziglang.org
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: zashi
Choose a head ref
  • 10 commits
  • 14 files changed
  • 2 contributors

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    0641189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58ca314 View commit details
    Browse the repository at this point in the history
  3. zig build serve hello world

    andrewrk committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    6003e4f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. update gitignore

    andrewrk committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4c71dec View commit details
    Browse the repository at this point in the history
  2. init markdown renderer

    kristoff-it committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6a8a424 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    93e385a View commit details
    Browse the repository at this point in the history
  2. simple static file server

    use like this:
    
    `zig build serve`
    
    or you can pass a port number:
    
    `zig build serve Dport=41981`
    andrewrk committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    87a2573 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. markdown content crawling

    kristoff-it committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3295fb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e60131 View commit details
    Browse the repository at this point in the history
  3. /foo -> /foo/

    kristoff-it committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    af0be22 View commit details
    Browse the repository at this point in the history
Loading