Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for self hosted git server #62

Closed
neumachen opened this issue Nov 16, 2016 · 2 comments
Closed

Add support for self hosted git server #62

neumachen opened this issue Nov 16, 2016 · 2 comments
Assignees
Labels
change request Issue requests a new feature or improvement resolved Issue is resolved, yet unreleased if open
Milestone

Comments

@neumachen
Copy link

neumachen commented Nov 16, 2016

Description

Custom git url for extra.author.github

Expected behavior

It should allow custom URLs for self hosted git servers.

Actual behavior

defaults to github.

@squidfunk
Copy link
Owner

The author option will be removed for 1.0.0. It will be replaced by social links in the footer, which will be entirely customizable.

@squidfunk squidfunk added the change request Issue requests a new feature or improvement label Nov 19, 2016
@squidfunk squidfunk self-assigned this Nov 19, 2016
@squidfunk squidfunk added this to the 1.0.0 milestone Nov 19, 2016
@squidfunk
Copy link
Owner

squidfunk commented Dec 26, 2016

Fixed in e08802a. The theme now uses http://www.socicon.com/ for social icons with arbitrary links. The syntax in the mkdocs.yml is:

extra:
  social:
    - type: github
      link: https://github.com/squidfunk

The value specified in type is appended to the socicon class name.

Issue will remain open until release of 1.0.0.

@squidfunk squidfunk added the resolved Issue is resolved, yet unreleased if open label Dec 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change request Issue requests a new feature or improvement resolved Issue is resolved, yet unreleased if open
Projects
None yet
Development

No branches or pull requests

2 participants