hugo-xmin | eXtremely Minimal Hugo theme : about 150 lines | Theme library

 by   yihui HTML Version: Current License: MIT

kandi X-RAY | hugo-xmin Summary

kandi X-RAY | hugo-xmin Summary

hugo-xmin is a HTML library typically used in User Interface, Theme applications. hugo-xmin has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

XMin is a Hugo theme written by Yihui Xie in about four hours: half an hour was spent on the Hugo templates, and 3.5 hours were spent on styling. The main motivation for writing this theme was to provide a really minimal example to beginners of Hugo templates. This XMin theme contains about 130 lines of code in total, including the code in HTML templates and CSS (also counting empty lines). I can certainly further reduce the code, for example, by eliminating the CSS, but I believe a tiny bit of CSS can greatly improve readability. You cannot really find many CSS frameworks that only contain 50 lines of code.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              hugo-xmin has a low active ecosystem.
              It has 572 star(s) with 316 fork(s). There are 15 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 12 open issues and 25 have been closed. On average issues are closed in 39 days. There are 10 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of hugo-xmin is current.

            kandi-Quality Quality

              hugo-xmin has no bugs reported.

            kandi-Security Security

              hugo-xmin has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              hugo-xmin is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              hugo-xmin releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of hugo-xmin
            Get all kandi verified functions for this library.

            hugo-xmin Key Features

            No Key Features are available at this moment for hugo-xmin.

            hugo-xmin Examples and Code Snippets

            No Code Snippets are available at this moment for hugo-xmin.

            Community Discussions

            QUESTION

            Problem in rendering site using hugo-xmin theme in blogdown
            Asked 2020-Sep-29 at 17:12

            I am trying to change the theme of my site to hugo-xmin, but I am not able to get the site to render properly. I get the home page I want (below), but then I don't get the Contact page (I also don't see it in the public directory).

            Also, I don't see my posts in the right format, I see a directory type of listing and I don't see anything in the categories or tags also.

            The Posts page is pasted below

            I get the 404 message for Contact, as seen below (perhaps because there is no contact.html in the public folder).

            I have tried to understand the documentation of the theme in the blogdown book, but I am not able to make much progress. Any help here would be highly appreciated!

            The source code of the site can be found at - https://github.com/sn248/sn248.github.io

            I am using blogdown version 0.20 and hugo version - 0.75.1, R version - 4.0.2 and rmarkdown version - 2.3.

            Thanks!

            Satya

            ...

            ANSWER

            Answered 2020-Sep-29 at 17:12

            I just created a PR on Github to fix your issue. As I mentioned there, index.md has a special meaning in Hugo (index file for leaf bundles), and you should use _index.md here (i.e., content/_index.md instead of content/index.md). See https://gohugo.io/content-management/page-bundles/ for more information about bundles in Hugo.

            Source https://stackoverflow.com/questions/64093969

            QUESTION

            Generated links broken in Hugo/Blogdown when publishing to domain with subfolder
            Asked 2019-Mar-26 at 03:36

            I am trying to use Hugo Xmin to create a static site. My site will be hosted in the gh-pages of my repository, therefore the final URL will look like:

            ...

            ANSWER

            Answered 2019-Mar-26 at 03:36

            The behavior of relURL seems to have changed since a certain version of Hugo (I don't know which). Anyway, you can remove the leading slashes in those menu items, e.g., change

            Source https://stackoverflow.com/questions/55343573

            QUESTION

            Blogdown fails rendering a tikz block in my Rmd document
            Asked 2019-Mar-19 at 21:45

            This question is very closely related to this question, however the following differences apply:

            • OS: Unix CentOS in Docker container (image is centos) with Windows host.
            • Error: Conceptually the same error, but the fix that worked on Windows does not work here and the error message is also different.

            I have created a project by using template Hugo-Xmin. In RStudio, after creating the project in blogdown, it created some predefined posts, I am editing this one:

            ...

            ANSWER

            Answered 2019-Mar-19 at 13:21

            I don't know why your TeX Live could not find preview.sty, but I'm pretty sure TinyTeX will work automatically:

            Source https://stackoverflow.com/questions/55234654

            QUESTION

            Cannot add tikz code snippet in my .Rmd post using blogdown
            Asked 2019-Mar-06 at 21:59

            I have just started using blogdown and I have created a project by using template Hugo-Xmin. In RStudio, when creating the project in blogdown, it created some predefined posts, I am editing this one:

            ...

            ANSWER

            Answered 2019-Mar-06 at 21:59

            This turns out to be an issue in knitr which I just fixed on Github (I'm not sure if it is a bug of pdflatex). You may try

            Source https://stackoverflow.com/questions/54839403

            QUESTION

            Change the format of the time stamp in the post title in HUGO-Xmin theme
            Asked 2017-Nov-07 at 03:40

            I built a site with the R blogdown package:

            ...

            ANSWER

            Answered 2017-Nov-07 at 03:40

            The date is formatted on this line in the template single.html of the hugo-xmin theme:

            Source https://stackoverflow.com/questions/47145238

            QUESTION

            Change the line height of the post title in HUGO-Xmin theme
            Asked 2017-Nov-06 at 20:21

            With R blogdown package, it is easy to build a personal website. I like the style of the yihui/hugo-xmin theme for its simplicity. I built a site with the R blogdown package in my folder 'c:/test' on the Windows OS:

            ...

            ANSWER

            Answered 2017-Nov-06 at 18:57

            The title is not in the

            tag but . Add something like this to your CSS should increase the line-height:

            Source https://stackoverflow.com/questions/47138985

            QUESTION

            Error in using blogdown new_stite() function
            Asked 2017-Nov-02 at 20:06

            I am new to E blogdown package. I have rad 1st chapter of bogdown book. I tried to make new site using:

            ...

            ANSWER

            Answered 2017-Nov-02 at 19:22

            You can safely delete the R script R/build.R, and run serve_site() again.

            Source https://stackoverflow.com/questions/47080780

            QUESTION

            blogdown::new_site() bash not found on win7
            Asked 2017-Sep-15 at 14:23

            summary: bash not found on win7 (git bash is available)

            ...

            ANSWER

            Answered 2017-Sep-15 at 14:01

            Its a windows issue (win7) with this particular theme. running new_site() with the default theme works fine.

            Source https://stackoverflow.com/questions/46232574

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install hugo-xmin

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/yihui/hugo-xmin.git

          • CLI

            gh repo clone yihui/hugo-xmin

          • sshUrl

            git@github.com:yihui/hugo-xmin.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Theme Libraries

            bootstrap

            by twbs

            tailwindcss

            by tailwindlabs

            Semantic-UI

            by Semantic-Org

            bulma

            by jgthms

            materialize

            by Dogfalo

            Try Top Libraries by yihui

            knitr

            by yihuiR

            xaringan

            by yihuiCSS

            r-ninja

            by yihuiCSS

            tinytex

            by yihuiR

            servr

            by yihuiR