Coder Social home page Coder Social logo

queensferryme / hugo-theme-texify Goto Github PK

View Code? Open in Web Editor NEW
134.0 134.0 48.0 783 KB

A minimal, latex-style hugo theme for personal blogging

Home Page: https://texify.qufy.me

License: MIT License

HTML 55.82% CSS 42.27% Makefile 1.91%
hugo hugo-blog hugo-theme latex minimal responsive

hugo-theme-texify's Introduction

👋Hi, There

Cogito ergo sum.

🤖 Interested in Machine Learning, Web Developing and DevOps. Currently working on a bachelor's degree.

💻 Mostly use Python and TypeScript. Want to learn Clojure, Julia, Rust and much more.

🌊 History / Philosophy / Politics are my hobbies other than Technologies.

Projects

  • Hackintosh-Dell-7580: Hackintosh EFI Configuration for Dell Inspiron 7580
  • RSSerpent: 🐍 This snake helps you reconnect the Web, with RSS feeds!
  • flake8-too-many: A flake8 plugin that prevents you from writing "too many" bad codes.
  • hugo-theme-texify: A minimal, latex-style hugo theme for personal blogging.

hugo-theme-texify's People

Contributors

creedowl avatar github-actions[bot] avatar queensferryme avatar sigeryang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hugo-theme-texify's Issues

Deceptive ?

I deployed the bare Texify website at: https://longervisionrobot.bitbucket.io/. But whenever I open it up, it's telling me

Deceptive site ahead

Attackers on longervisionrobot.bitbucket.io may trick you into doing something dangerous like installing software or revealing your personal information (for example, passwords, phone numbers or credit cards). [Learn more](chrome-error://chromewebdata/#)

But, why is it so?

Cheers

Support for syntax highlighting

Does this theme support syntax highlighting in code blocks? If so, how do I enable it? Currently, the code in code blocks are all just red color.

Thanks.

ToC looks bad

Somehow I will make the table of contents prettier ;)

render issues

Thanks for your pretty theme.

There is a render issue when use a different customer font in Safari and mobile.
image

No problem in Chrome.

image

custom.css

@import url('https://cdn.jsdelivr.net/npm/[email protected]/style.css');

#wrapper {
    font-family: 'LXGW WenKai', "Times New Roman", serif
}

Shortcode tests unavailable (network error)

I import the official hugo example site (https://github.com/gohugoio/hugoBasicExample) for testing this theme. However, content/post/rich-content.md result in an issue, presumably related to networking.

This file contains hugo shortcodes for instagram, twitter etc., and these services are sofar unaccessible from China mainland.

queensferry at queensferry-windows in /mnt/d/Code/hugo-theme-verse on features/site!
 ± hugo server --config="exampleSite/config.toml" --disableFastRender

Building sites … WARN 2020/02/01 19:32:16 found no layout file for "HTML" for "taxonomyTerm": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2020/02/01 19:32:16 found no layout file for "HTML" for "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2020/02/01 19:32:16 found no layout file for "HTML" for "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
ERROR 2020/02/01 19:32:17 Failed to get JSON resource "https://api.instagram.com/oembed/?url=https://www.instagram.com/p/BGvuInzyFAe/&maxwidth=640&omitscript=true": Get https://api.instagram.com/oembed/?url=https://www.instagram.com/p/BGvuInzyFAe/&maxwidth=640&omitscript=true: EOF
ERROR 2020/02/01 19:32:38 Failed to get JSON resource "https://api.twitter.com/1/statuses/oembed.json?id=1085870671291310081&omit_script=true": Get https://api.twitter.com/1/statuses/oembed.json?id=1085870671291310081&omit_script=true: dial tcp [2400:cb00:2048:1::6814:224e]:443: connect: connection refused
Total in 30017 ms
Error: Error building site: "/mnt/d/Code/hugo-theme-verse/exampleSite/content/posts/rich-content.md:1:1": timed out initializing value. This is most likely a circular loop in a shortcode

Using proxies (with proxychains4) doesn't help on my computer. Hence, this file content/post/rich-content.md is temporarily removed from exampleSite, waiting for future resolvement.

How would one add a new main section?

Hi, I love the theme, and I appreciate the work that has gone into it. How could I add a new section under the main heading formatted like the posts index? I've tried copying single.html and index.html under my project's layouts folder, but have had no success so far. By adding my "daily" section to the config.toml I can get the section to appear, but it isn't formatted correctly. Any help would be appreciated.

Screen Shot 2022-05-23 at 9 12 13 PM

`_internal/google_analytics_async.html` no longer exists.

Builds fail with

Error: error building site: render: failed to render pages: render of "page" failed: execute of template failed: html/template:_default/single.html:86:14: no such template "_internal/google_analytics_async.html"

as that internal template appears to no longer exist in v0.125.5+extended.

References to it should (probably) be replaced with google_analytics.html

Custom CSS?

Hello, thanks a ton for the really amazing theme! I'm a newcomer to Hugo and so that might be the reason, but I can't figure out how to add my own CSS to this theme. Is it possible? Thanks in advance! 🙂

Date format

Hi,
can I change the date format in config.toml, as in other themes?
Thanks

How do I add a favicon?

Hello,
I have a favicon placed for my site in /static/img/favicon.ico it is a 64x64 file. I have added favicon=/img/favicon.ico in config.toml however it is not working...
Any help on how I can do this?

Heading rendering problems in markdown

I found a heading rendering problem in rendering markdown file using hugo that confused me. Hugo will render heading in markdown like this:
# some heading -> <h1 id="some_heading">some heading</h1>
It's content becomes it's id and so are the other heading tags (h1-h6).
This may cause rendering confusion if I have a style with the same name to a heading content. eg.
# header -> <h1 id="header">header</h1>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.