Skip to content

Help for a few customizations #284

Answered by Lruihao
alxgda asked this question in Q&A
Feb 10, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote
  1. time.Format in golang is 2006-01-02 15:04:05 that means YYYY-MM-DD hh:mm:ss like orther programming language. So for your problem, you can configure like this:
    [section]
      # ...
      # date format (month/day year)
      dateFormat = "01/02 2006"
  2. This is a good suggestion, please look forward to the follow-up development.
    See #285
  3. You can create a profile.html located in /layouts/partials/custom/ and write the long description in it. e.g. profile.html
  4. In simple terms, just changle the avatar image style in _custom.scss located in /assets/css/_custom.scss:
    .home {
      .home-profile {
        .home-avatar img {
          width: 12rem;
        }
      }
    }

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alxgda
Comment options

Answer selected by alxgda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants