Commit graph

  • 855d29d9c4
    update install command on site main zyl 2025-01-15 01:50:04 -08:00
  • 8685e51d0d
    fix license zyl 2025-01-15 01:46:56 -08:00
  • 3d20c3721c
    prepare webdog for first release v0.1.0 zyl 2025-01-15 01:38:53 -08:00
  • 727e68c817
    add default tab size to code blocks zyl 2025-01-15 01:20:54 -08:00
  • c27ac9c6d9
    fix code blocks not rendering in resources zyl 2025-01-15 01:20:12 -08:00
  • e44b219335
    fix default styles making code scrollbars always visible on chrome zyl 2025-01-14 23:12:57 -08:00
  • cb0c4e7391
    remove zyl.gay blog-image helper zyl 2025-01-14 23:05:01 -08:00
  • 1d502881f6
    add support for custom partials zyl 2025-01-14 13:30:34 -08:00
  • fd40a5d31a
    create parent directories when creating a page in subdirectories zyl 2025-01-14 10:51:28 -08:00
  • 9608925572
    fix bug when serving on a host or port different from default zyl 2025-01-14 10:41:01 -08:00
  • 4265317edd
    add new functions for front matter zyl 2024-11-23 15:42:37 -08:00
  • bba26401ba
    update dependencies zyl 2024-11-22 17:07:44 -08:00
  • 71bd753b05
    move build_all_pages to the site builder zyl 2024-11-15 16:14:20 -08:00
  • dabf4bbe1a
    fix not rebuilding the entire site when config changes, resolves #18 zyl 2024-11-15 07:06:43 -08:00
  • 111a261e7e
    remove unused index-injection template zyl 2024-11-13 14:53:55 -08:00
  • 5b09813f24
    implement custom timestamp formats for resources, resolves #15 zyl 2024-11-13 14:52:36 -08:00
  • 0233bf0dad
    remove blog zyl 2024-11-13 13:14:51 -08:00
  • ddeb079d52
    make rss feeds optional for resources zyl 2024-11-13 13:11:37 -08:00
  • 95a0765b1e
    implement custom userdata, resolves #11 zyl 2024-11-13 12:29:26 -08:00
  • 6c31ccb9d5
    rewrite html to remove previously required html templating, resolves #4 zyl 2024-11-13 11:53:32 -08:00
  • 4c6064a5a1
    rename output_path_short and output_path_long, resolves #10 zyl 2024-11-13 11:27:37 -08:00
  • 847f0c7ee7
    add theme_color to config and use it for embed metadata resolves #1 zyl 2024-11-13 11:23:09 -08:00
  • 1875cc9d5c
    automatically pull site name for embed metadata for #1 zyl 2024-11-13 11:12:05 -08:00
  • 762344b5da
    implement cdn prefix for embed metadata images zyl 2024-11-13 11:09:12 -08:00
  • 58ba627b9d
    fix cdn prefix zyl 2024-11-13 11:01:36 -08:00
  • 9a614d00a1
    remove url field from embed documentation zyl 2024-11-13 10:52:49 -08:00
  • d3f424f24f
    autofill url field for #1 zyl 2024-11-13 10:50:08 -08:00
  • 83c5f6038f
    required data prefix to extra data in templates now resolves #12 and #13 zyl 2024-11-13 08:35:11 -08:00
  • 281a181958
    fix formatting error in config docs zyl 2024-11-13 07:51:28 -08:00
  • 2377651727
    remove duplicate templates documentation zyl 2024-11-12 18:02:51 -08:00
  • afb58992c9
    fix to use the new proper site argument zyl 2024-11-12 17:53:26 -08:00
  • 15511adfdf
    add documentation zyl 2024-11-12 17:51:12 -08:00
  • 772764ea91
    make the site not take up the full width of the screen zyl 2024-11-12 17:51:01 -08:00
  • 0a551c3091
    add precontent and postcontent blocks to default site template zyl 2024-11-12 16:09:37 -08:00
  • e97dd6f18c
    fix typo on homepage zyl 2024-11-11 19:10:06 -08:00
  • 4cb4e036b6
    add debug class to body when serving, not just in debug mode zyl 2024-11-08 23:24:24 -08:00
  • e339bb20ea
    rename cli --site-path argument to --site zyl 2024-11-08 23:24:04 -08:00
  • 08c786faf2
    hide copy button in code blocks if javascript is disabled zyl 2024-11-08 22:42:37 -08:00
  • 3f09554af4
    placeholder introduction blog post zyl 2024-11-08 22:14:26 -08:00
  • 076b489c41
    implement creating pages in subdirectories with cli zyl 2024-11-08 21:58:53 -08:00
  • a485482fa7
    improve default code block styling zyl 2024-11-08 20:18:39 -08:00
  • 566c713097
    update home page zyl 2024-11-08 19:40:18 -08:00
  • b1a6e052e1
    add command for creating a new page zyl 2024-11-08 19:20:25 -08:00
  • 0d9c48db40
    fix building without serve feature zyl 2024-11-08 18:23:18 -08:00
  • 399a0c1b87
    introduce webdog cli tool zyl 2024-11-08 18:16:23 -08:00
  • 8b7620b0bd
    add ability for the built-in frontmatter parser to also output zyl 2024-11-08 11:07:31 -08:00
  • 624853f3ba
    make serving binding address more easily configurable zyl 2024-11-07 17:27:26 -08:00
  • 190cba1f3a
    make SiteBuilder creation fallible zyl 2024-11-07 17:20:43 -08:00
  • f4a2708794
    fix unused warnings when building without default features zyl 2024-11-07 17:18:02 -08:00
  • f53cd56c39
    fix comment referring to handlebars zyl 2024-11-07 17:02:05 -08:00
  • 8419760fe1
    fix front matter bug zyl 2024-11-07 16:53:58 -08:00
  • 790f25b829
    add new method to SiteConfig zyl 2024-11-07 16:44:45 -08:00
  • 92687016ed
    remove obsolete template_index zyl 2024-11-07 16:44:35 -08:00
  • e3630208fa
    add syntax highlighting for code blocks zyl 2024-11-07 14:56:13 -08:00
  • a8d8096ba6
    print errors better while serving zyl 2024-11-07 14:50:57 -08:00
  • 5d07b2c227
    move webdog js to a subfolder zyl 2024-11-05 14:15:07 -08:00
  • c06e78a5d0
    comment out unused funding fields (grrrrr to errors) zyl 2024-11-05 13:55:38 -08:00
  • b1e7529efc
    update templates to inherit themselves instead of manually doing it zyl 2024-11-05 13:54:04 -08:00
  • 32965f0cff
    Create FUNDING.yml zyl 2024-11-04 18:07:32 -08:00
  • d8cb447e00
    webdog. zyl 2024-11-04 17:57:51 -08:00
  • 00c90a12d7
    make resource tag list template configurable zyl 2024-11-04 17:21:42 -08:00
  • db1a084885
    fix horizontal scroll on all pages zyl 2024-11-04 17:15:49 -08:00
  • ee48eae327
    swap to tera in place of handlebars zyl 2024-11-04 17:09:11 -08:00
  • 76c75a40d9
    custom front matter parser for showing errors + make all extras configurable from the page side zyl 2024-11-04 16:20:03 -08:00
  • 159c8fa5b3
    make resources configurable by the user without modifying code zyl 2024-11-04 13:00:25 -08:00
  • 50574bf352
    update dependencies zyl 2024-11-04 10:34:54 -08:00
  • 4871293708
    add basic parallelization to site building zyl 2024-10-30 14:42:43 -07:00
  • 0878679745
    add build time to output zyl 2024-10-30 14:25:00 -07:00
  • 0abc713a75
    add footer and transbian badge zyl 2024-10-29 11:12:36 -07:00
  • f20c6c1fd2
    remove debug print from extras zyl 2024-10-29 11:12:25 -07:00
  • 0c1bc3c63c
    update depdendencies zyl 2024-10-29 11:12:09 -07:00
  • f30d801ced
    remove old renaming event zyl 2024-10-29 11:06:28 -07:00
  • cd995ccba8
    fix serving non-text files zyl 2024-10-29 11:06:15 -07:00
  • 19ffac4a90
    add very basic clicker game zyl 2024-10-24 13:10:33 -07:00
  • 3ccd5b0df8
    add title to projects page zyl 2024-10-24 10:20:44 -07:00
  • afdc6aa99d
    add projects page zyl 2024-10-23 20:28:01 -07:00
  • 5dead5d1dc
    add margin to blog post timestamps zyl 2024-10-23 20:03:06 -07:00
  • aeb740fa54
    add fed instance to home page zyl 2024-10-23 19:59:18 -07:00
  • f7c1e58b83
    update dependencies zyl 2024-10-23 19:57:01 -07:00
  • e20d28bc4d
    add noscript to the pet me counter and make noscript on the virtual pet bigger zyl 2024-10-10 11:10:38 -07:00
  • 4ed52b0a35
    remove cohost from socials since it's closing down zyl 2024-09-10 08:06:39 -07:00
  • d0515df0f5
    update dependencies zyl 2024-07-08 22:53:44 -07:00
  • bde8af01d3
    woooo zyl 2024-07-08 22:52:10 -07:00
  • 47b99a28ba
    fix advance button being there when it shouldn't! zyl 2024-07-04 12:58:07 -07:00
  • 2dfc19e07a
    big bug preventing pets from aging past the pup phase zyl 2024-07-04 12:44:47 -07:00
  • f5f19b5b56
    update count immediately zyl 2024-06-25 16:44:28 -07:00
  • c03df4e661
    remove button entirely on pet zyl 2024-06-25 16:41:37 -07:00
  • da4ae7f9cc
    make pets once per page load zyl 2024-06-25 16:38:35 -07:00
  • e081dbfe59
    let a debug logging thing in oops zyl 2024-06-25 16:36:50 -07:00
  • 573df3f69e
    :3 this bitch zyl 2024-06-25 16:32:49 -07:00
  • 29dcdc85cb
    add global pet counter to site :3 zyl 2024-06-25 16:31:26 -07:00
  • 0e444ec503
    pets being unhappy will now drop behavior zyl 2024-06-25 13:48:56 -07:00
  • 5cc0c80444
    simulate pets upon reloading the page zyl 2024-06-25 13:46:44 -07:00
  • 8bf0cb4e55
    move cfg to the right spot oops zyl 2024-06-25 01:14:24 -07:00
  • 126b38db7e
    fix debug class being added to body in release mode zyl 2024-06-25 01:11:00 -07:00
  • f55b8a8126
    add embed info to the pet page zyl 2024-06-25 01:06:54 -07:00
  • 6aae89e3e6
    speed up site builder compilation? zyl 2024-06-25 01:05:41 -07:00
  • 0a80fff2c1
    increase action timers zyl 2024-06-25 01:00:15 -07:00
  • ddc1e933a6
    messed up *one* thing in the merge 😭 zyl 2024-06-25 00:59:20 -07:00
  • 849e6e8f97
    Merge branch 'pet' zyl 2024-06-25 00:58:24 -07:00